home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / jptui35b.zip / DEMO / SRC / JPDEMO.MAK < prev    next >
Text File  |  1996-10-06  |  2KB  |  103 lines

  1. #
  2. # Borland C++ IDE generated makefile
  3. #
  4. .AUTODEPEND
  5.  
  6.  
  7. #
  8. # Borland C++ tools
  9. #
  10. IMPLIB  = Implib
  11. BCCDOS  = Bcc +BccDos.cfg 
  12. TLINK   = TLink
  13. TLIB    = TLib
  14. TASM    = Tasm
  15. #
  16. # IDE macros
  17. #
  18.  
  19.  
  20. #
  21. # Options
  22. #
  23. IDE_LFLAGSDOS =  -LD:\langages\BC45\LIB
  24. IDE_BFLAGS = 
  25. LLATDOS_jpdemodexe =  -c -Tde
  26. RLATDOS_jpdemodexe = 
  27. BLATDOS_jpdemodexe = 
  28. CNIEAT_jpdemodexe = -ID:\langages\BC45\INCLUDE -D
  29. LNIEAT_jpdemodexe = -x
  30. LEAT_jpdemodexe = $(LLATDOS_jpdemodexe)
  31. REAT_jpdemodexe = $(RLATDOS_jpdemodexe)
  32. BEAT_jpdemodexe = $(BLATDOS_jpdemodexe)
  33. CLATW16_ddbddblibbdebugbjptuidlib = 
  34. LLATW16_ddbddblibbdebugbjptuidlib = 
  35. RLATW16_ddbddblibbdebugbjptuidlib = 
  36. BLATW16_ddbddblibbdebugbjptuidlib = 
  37. CEAT_ddbddblibbdebugbjptuidlib = $(CEAT_jpdemodexe) $(CLATW16_ddbddblibbdebugbjptuidlib)
  38. CNIEAT_ddbddblibbdebugbjptuidlib = -ID:\langages\BC45\INCLUDE -D
  39. LNIEAT_ddbddblibbdebugbjptuidlib = -x
  40. LEAT_ddbddblibbdebugbjptuidlib = $(LEAT_jpdemodexe) $(LLATW16_ddbddblibbdebugbjptuidlib)
  41. REAT_ddbddblibbdebugbjptuidlib = $(REAT_jpdemodexe) $(RLATW16_ddbddblibbdebugbjptuidlib)
  42. BEAT_ddbddblibbdebugbjptuidlib = $(BEAT_jpdemodexe) $(BLATW16_ddbddblibbdebugbjptuidlib)
  43.  
  44. #
  45. # Dependency List
  46. #
  47. Dep_jpdemo = \
  48.    jpdemo.exe
  49.  
  50. jpdemo : BccDos.cfg $(Dep_jpdemo)
  51.   echo MakeNode 
  52.  
  53. Dep_jpdemodexe = \
  54.    ..\..\lib\debug\jptui.lib\
  55.    jpdemo.obj
  56.  
  57. jpdemo.exe : $(Dep_jpdemodexe)
  58.   $(TLINK)   @&&|
  59.  /v $(IDE_LFLAGSDOS) $(LEAT_jpdemodexe) $(LNIEAT_jpdemodexe) +
  60. D:\langages\BC45\LIB\c0l.obj+
  61. jpdemo.obj
  62. $<,$*
  63. ..\..\lib\debug\jptui.lib+
  64. D:\langages\BC45\LIB\emu.lib+
  65. D:\langages\BC45\LIB\mathl.lib+
  66. D:\langages\BC45\LIB\cl.lib
  67.  
  68. |
  69.  
  70. jpdemo.obj :  jpdemo.cpp
  71.   $(BCCDOS) -c @&&|
  72.  $(CEAT_jpdemodexe) $(CNIEAT_jpdemodexe) -o$@ jpdemo.cpp
  73. |
  74.  
  75. # Compiler configuration file
  76. BccDos.cfg : 
  77.    Copy &&|
  78. -W-
  79. -R
  80. -v
  81. -vi
  82. -H
  83. -H=jpdemo.csm
  84. -ml
  85. -f
  86. -v-
  87. -R-
  88. -H-
  89. -a
  90. -Z
  91. -O
  92. -Oe
  93. -Ol
  94. -O-b
  95. -Om
  96. -Op
  97. -O-i
  98. -Ov
  99. -i250
  100. | $@
  101.  
  102.  
  103.